home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / imap < prev    next >
Text File  |  2001-03-21  |  1KB  |  34 lines

  1. Synopsis:
  2.    load imap
  3.  
  4. Description:
  5.    This script is designed to present the user with a topological view of
  6.    the current irc network, from the perspective of any server on the
  7.    network.  It contains 2 (two) commands that may be called directly:
  8.  
  9.      Command             Description                                      
  10.      /gomap [<serv>]     displays the current server map; if a server name
  11.                          | is given, the script will attempt to show the map
  12.                          | from that server's perspective, else the current
  13.                          |  is assumed
  14.      /initmap [<serv>]   initialized the map database; the output may be
  15.                          | limited to a set of servers if one or more server
  16.                          | masks are supplied (as with LINKS)
  17.  
  18. See Also:
  19.    links(2); load(5); map(2)
  20.  
  21. Restrictions:
  22.    The script does not know how to deal with server masks gracefully (as it
  23.    only relies on LINKS output).  The result is that the map may not be
  24.    complete.
  25.  
  26. Other Notes:
  27.    Undernet, and networks using ircu-based server code, provides a builtin
  28.    MAP command, which does essentially the same thing as this script, only
  29.    orders of magnitude faster, and is more accurate.
  30.  
  31.    This script was written by Ian Frechette (Daemon), with inspiration from
  32.    Carlo Kid (Run).
  33.  
  34.